home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / maksiu / lists / amoslist-1295.lzh / AMOSLIST / 000003_amos-request@svcs1.digex.net_Mon Dec 4 00:57:16 1995.msg < prev    next >
Internet Message Format  |  1995-12-31  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id AAA23837;  for <mcox@access.digex.net> ; Mon, 4 Dec 1995 00:57:15 -0500
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id WAA23702 for amos-out; Sun, 3 Dec 1995 22:41:29 -0500
  3. Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id WAA23695 for <amos-list@svcs1.digex.net>; Sun, 3 Dec 1995 22:41:22 -0500
  4. Received: from sums1.rdg.ac.uk (pp@sums1.rdg.ac.uk [134.225.52.1]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id WAA12380;  for <amos-list@access.digex.net> ; Sun, 3 Dec 1995 22:41:17 -0500
  5. Received: from shsscsc2.rdg.ac.uk by sums1.rdg.ac.uk with SMTP - Local (PP);
  6.           Mon, 4 Dec 1995 03:40:50 +0000
  7. Received: by shsscsc2.rdg.ac.uk (8.6.12/8.6.12) id DAA04987;
  8.           Mon, 4 Dec 1995 03:40:47 GMT
  9. Date: Mon, 4 Dec 1995 03:40:46 +0000 (GMT)
  10. From: Quackers <ssumorti@reading.ac.uk>
  11. To: Mark Coles <joehick@ophelia.waterloo.net>
  12. cc: amos-list@access.digex.net
  13. Subject: Re: DTR
  14. In-Reply-To: <Pine.LNX.3.91.951203162338.19484B-100000@ophelia.waterloo.net>
  15. Message-ID: <Pine.SUN.3.91.951204033319.4981A-100000@shsscsc2.reading.ac.uk>
  16. MIME-Version: 1.0
  17. Content-Type: TEXT/PLAIN; charset=US-ASCII
  18. Status: RO
  19. X-Status: 
  20.  
  21. The easyiest answer is get the hardware refernece library and look it 
  22. up. the RKM is a godsend, but heres what you need to do :)
  23.  
  24.     Peek the value at $BFD200 - the direction register for CIAB
  25.     Bset bit 7 of the value
  26.     Poke the value to $BFD200 - 
  27.     
  28.     Peek the value at $BFD000 - the data regiuster for CIAB
  29.     Bclr or Bset bit 7 of the value
  30.     Poke the value to $BFD000
  31.  
  32.     Err.. That should do the trick...
  33.  
  34.     Some extra info for you boffins out there..
  35.  
  36.     Address  Bits 7   6   5   4   3   2   1   0
  37.     $BFD000      DTR RTS CD  CTS DSR SEL Pout Busy
  38.     $BFE101      parrell port raw data
  39.     $BFD300      direction: 1=output, 0=input
  40.     $BFE301      direction of each bit of parrell port,
  41.  
  42.  
  43.     Hope that helps, If not get back to me.
  44.  
  45.  
  46. On Sun, 3 Dec 1995, Mark Coles wrote:
  47.  
  48. > Can someone tell me what the poke (or doke or whatever) is to set and 
  49. > clear the DTR line for modems?
  50. > Well met and godspeed,
  51. >                       Giark
  52. > joehick@ophelia.waterloo.net